Learn R Programming

bioRad (version 0.5.1)

[.vpts: Subset a time series of vertical profiles (vpts)

Description

Select a vertical profile (vp) or a time series of vertical profiles (vpts) by index from a vpts

Usage

# S3 method for vpts
[(x, i)

Arguments

x

Object of class vpts.

i

Indices specifying elements to extract.

Examples

Run this code
# NOT RUN {
# we start with the example vertical profile time series:
data(example_vpts)
example_vpts

# extract the 10th profile in the time series (returns a vp object)
example_vpts[10]

# extract the 20th to 100th profile form the time series (returns a vpts object)
example_vpts[20:100]
# }

Run the code above in your browser using DataLab